crypto/internal/fips140/bigmod.Nat.reset (method)
14 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L94: func (x *Nat) reset(n int) *Nat {
nat.go#L111: x.reset((len(b) + _S - 1) / _S)
nat.go#L133: x.reset(len(y.limbs))
nat.go#L235: x.reset(1)
nat.go#L563: n := NewNat().reset(len(x.limbs) + len(y.limbs))
nat.go#L685: return out.reset(len(m.nat.limbs))
nat.go#L844: copy(x.reset(n).limbs, T[n:])
nat.go#L862: copy(x.reset(n).limbs, T[n:])
nat.go#L876: copy(x.reset(n).limbs, T[n:])
nat.go#L890: copy(x.reset(n).limbs, T[n:])
nat.go#L1132: A = NewNat().reset(len(m.limbs))
nat.go#L1134: B := NewNat().reset(len(a.limbs))
nat.go#L1135: C := NewNat().reset(len(m.limbs))
nat.go#L1136: D := NewNat().reset(len(a.limbs))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |